home *** CD-ROM | disk | FTP | other *** search
/ Precos 4.97 Computer 2000 / Precos 4.97 Computer 2000.iso / mac / Info / 5Networking / ATTACHMA / MODEMINT.EXE / WSMCMQ96.EXE / WSI96MCM.BAT < prev    next >
DOS Batch File  |  1995-01-05  |  863b  |  50 lines

  1. @ECHO OFF 
  2. CLS
  3. ECHO ** Sending 9600 GW Configuration To Microcom QX/4232bis On %1 **
  4. MODE %1:96,N,8,1>NUL
  5.  
  6. ECHO
  7. ECHO - Load Factory Settings
  8. TYPE wsi96.MDM>%1
  9. DELAY
  10.  
  11. ECHO - Basic Hayes Set
  12. TYPE wsi960.MDM>%1
  13. DELAY
  14.  
  15. ECHO & Ampersand Commands (Set 1)
  16. TYPE wsi96&0.MDM>%1
  17. DELAY
  18.             
  19. ECHO % Percent Commands (Set 1)
  20. TYPE wsi96pc0.MDM>%1
  21. DELAY
  22.  
  23. ECHO $ Commands (Set 1)
  24. TYPE wsi96$0.MDM>%1
  25. DELAY
  26.  
  27. ECHO Respond To Modem
  28. TYPE wsi96YES.MDM>%1
  29. DELAY
  30.  
  31. ECHO - Commands (Set 1)
  32. TYPE wsi96DSH.MDM>%1
  33. DELAY
  34.  
  35. ECHO \ Commands (Set 1)
  36. TYPE wsi96BS0.MDM>%1
  37. DELAY
  38.  
  39. ECHO s S-Register Commands (Set 1)
  40. TYPE wsi96S00.MDM>%1
  41. DELAY
  42.  
  43. ECHO Write NVRAM Page 0 
  44. TYPE wsi96wrt.MDM>%1
  45. DELAY
  46.  
  47. ECHO                                                                          .
  48. ECHO *****      Modem Configuration Complete      *****
  49. @ECHO ON
  50.